Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate changes from test262/41edfcebce1a85096 #4

Merged
merged 1 commit into from
Mar 12, 2019

Conversation

caitp
Copy link
Contributor

@caitp caitp commented Mar 8, 2019

Adds @anba's simplifications with some slight edits to prevent
printing error messages for hashbang tests, and to always load the local
monkeyYaml script.

Adds André Bargull's simplifications with some slight edits to prevent
printing error messages for hashbang tests, and to always load the local
monkeyYaml script.
@caitp
Copy link
Contributor Author

caitp commented Mar 11, 2019

ping :)

@mathiasbynens
Copy link

Once this is merged, we can (finally!) enable these tests in V8. 👍🏻🎉

if (parsed is None):
print "Failed to parse yaml in name %s"%(name)
#def onerror(message):
# print(message)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be removed...

@leobalter leobalter merged commit 9bd99c6 into test262-utils:master Mar 12, 2019
@caitp
Copy link
Contributor Author

caitp commented Mar 13, 2019

Thanks @leobalter 🙏

@ossy-szeged
Copy link

ossy-szeged commented Jul 23, 2019

This change broke test262.py script because you removed stripHeader function
Traceback (most recent call last):
File "./test262.py", line 31, in
from parseTestRecord import parseTestRecord, stripHeader
ImportError: cannot import name stripHeader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants